Skip to content

[BUG] Temporary fix for duckdb/duckdb-wasm/issues/2199#14

Merged
Jennings Anderson (jenningsanderson) merged 1 commit intomainfrom
jenningsanderson-duckdb-wasm-fix
Apr 21, 2026
Merged

[BUG] Temporary fix for duckdb/duckdb-wasm/issues/2199#14
Jennings Anderson (jenningsanderson) merged 1 commit intomainfrom
jenningsanderson-duckdb-wasm-fix

Conversation

@jenningsanderson
Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: Jennings Anderson <jenningsa@meta.com>
Copilot AI review requested due to automatic review settings April 20, 2026 14:58
@jenningsanderson Jennings Anderson (jenningsanderson) changed the title Temporary fix for duckdb/duckdb-wasm/issues/2199 [BUG] Temporary fix for duckdb/duckdb-wasm/issues/2199 Apr 20, 2026
@github-actions
Copy link
Copy Markdown

🚀 Workshop branch preview deployed!

You can review your changes at https://staging.overturemaps.org/workshop/pr/14/index.html


♻️ Last refreshed: 2026-04-20T14:59:49Z

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a “warm-up” query to the sandbox setup SQL, intended as a temporary workaround for duckdb-wasm issue #2199.

Changes:

  • Inserts a duckdb_coordinate_systems() query into the setup editor SQL so it runs during auto-setup.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread sandbox.html
Comment on lines +616 to 618
SELECT * FROM duckdb_coordinate_systems();
INSTALL spatial;
LOAD spatial;
@jenningsanderson Jennings Anderson (jenningsanderson) changed the title [BUG] Temporary fix for duckdb/duckdb-wasm/issues/2199 [BUG]: Temporary fix for duckdb/duckdb-wasm/issues/2199 Apr 21, 2026
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

k

@atiannicelli Alex Iannicelli (atiannicelli) changed the title [BUG]: Temporary fix for duckdb/duckdb-wasm/issues/2199 [BUG] Temporary fix for duckdb/duckdb-wasm/issues/2199 Apr 21, 2026
@jenningsanderson Jennings Anderson (jenningsanderson) linked an issue Apr 21, 2026 that may be closed by this pull request
@jenningsanderson Jennings Anderson (jenningsanderson) merged commit f9b6b5b into main Apr 21, 2026
12 of 17 checks passed
@jenningsanderson Jennings Anderson (jenningsanderson) deleted the jenningsanderson-duckdb-wasm-fix branch April 21, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DuckDB WASM crashes

3 participants